-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
DOC: Added a Multi Index example for the Series.sum method #23279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hello @vadakattu! Thanks for submitting the PR.
|
Codecov Report
@@ Coverage Diff @@
## master #23279 +/- ##
=======================================
Coverage 92.23% 92.23%
=======================================
Files 169 169
Lines 50924 50924
=======================================
Hits 46968 46968
Misses 3956 3956
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
I'm on my phone and can't check whether travis failure is caused by the changes, but happy to merge this on green
Travis failure seems to be a code coverage timeout while uploading the second report,
|
you can merge master into your branch and push, that's what we usually do (equivalent to an empty commit) |
I think it's worth using from_product in the example: |
Oh nice! Didn't know about that, will update. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if the indentation of the index is correct, if you can make sure that it follows pep8, this looks good to me
It seemed ok with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks!
Thanks @vadakattu |
Added a simple example of using the sum method on a multi-indexed series.
git diff upstream/master -u -- "*.py" | flake8 --diff